翻訳と辞書
Words near each other
・ Incredipede
・ Increment
・ Increment and decrement operators
・ Increment borer
・ Increment theorem
・ Increment Value Duty
・ Incremental backup
・ Incremental build model
・ Incremental capital-output ratio
・ Incremental compiler
・ Incremental computing
・ Incremental cost-effectiveness ratio
・ Incremental dating
・ Incremental decision tree
・ Incremental Dynamic Analysis
Incremental encoding
・ Incremental exercise
・ Incremental funding methodology
・ Incremental game
・ Incremental heuristic search
・ Incremental launch
・ Incremental operating margin
・ Incremental profit
・ Incremental Radio (IBA)
・ Incremental reading
・ Incremental rendering
・ Incremental search
・ Incremental sheet forming
・ Incremental validity
・ Incrementalism


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Incremental encoding : ウィキペディア英語版
Incremental encoding
Incremental encoding, also known as front compression, back compression, or front coding, is a type of delta encoding compression algorithm whereby common prefixes or suffixes and their lengths are recorded so that they need not be duplicated. This algorithm is particularly well-suited for compressing sorted data, e.g., a list of words from a dictionary.
For example:
The encoding used to store the common prefix length itself varies from application to application. Typical techniques are storing the value as a single byte; delta encoding, which stores only the change in the common prefix length; and various universal codes. It may be combined with other general lossless data compression techniques such as entropy encoding and dictionary coders to compress the remaining suffixes.
== Applications ==

Incremental encoding is widely used in information retrieval to compress the lexicons used in search indexes; these list all the words found in all the documents and a pointer for each one to a list of locations. Typically, it compresses these indexes by about 40%.〔Ian H. Witten, Alistair Moffat, Timothy C. Bell. Managing Gigabytes. Second edition. Academic Press. ISBN 1-55860-570-3. Section 4.1: Accessing the lexicon, subsection Front coding, pp.159–161.〕
As one example, incremental encoding is used as a starting point by the GNU locate utility, in an index of filenames and directories. The GNU locate utility further uses bigram encoding to further shorten popular filepath prefixes.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Incremental encoding」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.